home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
Squeaky.swf
/
scripts
/
frame_131
/
PlaceObject2_197_39
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-08-04
|
224 b
|
13 lines
onClipEvent(enterFrame){
if(_root.hero.hitTest(this) && _root.hero._y == 286.3)
{
this.gotoAndPlay(2);
fx2.start();
fx2.setVolume(100);
}
else
{
this.gotoAndStop(1);
}
}